home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digital Photo Album: Houko Kuwashima
/
Digital Photo Album: Houko Kuwashima.iso
/
trump.dxr
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-10-08
|
305 b
|
14 lines
on exitFrame
global objlist, objfglist
if mouseDown() then
repeat with i = 1 to 24
set thisobj to getAt(objlist, i)
if (the myside of thisobj = 1) and (getAt(objfglist, i) = 1) then
turnupb(thisobj)
end if
end repeat
go("first_card")
end if
go(the frame)
end